<style>
body{font-family:Segoe UI,sans-serif;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.topbar{background:#06284D;color:#fff} /*  .topbar{background:#0082DA;color:#fff} - GIITKEPL Theme Colour */
.section{padding:80px 0}


.cardx{border:none;border-radius:18px;box-shadow:0 10px 25px rgba(0,0,0,.08);height:100%}

.footer{background: linear-gradient(135deg, #F7941D, #1E5A96, #0B3C6F);color:#fff;padding:60px 0 20px}

.logo-box{width:70px;height:70px;background:#f1f1f1;border-radius:10px;display:flex;align-items:center;justify-content:center}

.contact-form-section{
    max-width:1200px;
    margin:50px auto;
    padding:0 20px;
}

.contact-form-card{
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.contact-form-card h2{
    color:#0d47a1;
    margin-bottom:10px;
    text-align:center;
}

.contact-form-card p{
    text-align:center;
    margin-bottom:30px;
    color:#666;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-bottom:35px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:8px;
}

.contact-form button{
    background:#0d47a1;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:30px;
    cursor:pointer;
    font-weight:600;
}

@media(max-width:768px){

    .form-row{
        grid-template-columns:1fr;
    }

.branch-contact-section{
    max-width:1200px;
    margin:40px auto 70px;
    padding:0 20px;
}

.branch-grid{
    display:flex;
    gap:30px;
}

.branch-column{
    flex:1;
}

.branch-card,
.map-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.map-card{
    margin-top:25px;
}

.branch-card h2,
.map-card h3{
    color:#0d47a1;
    margin-bottom:18px;
    border-bottom:2px solid #eee;
    padding-bottom:10px;
}

.branch-card p{
    margin-bottom:15px;
    line-height:1.8;
}

.branch-card a{
    color:#0d47a1;
    text-decoration:none;
    font-weight:600;
}

.map-card iframe{
    width:100%;
    height:320px;
    border:none;
    border-radius:10px;
}

@media(max-width:768px){

    .branch-grid{
        flex-direction:column;
    }

}
@media (max-width:768px){

.logo-box{
    width:50px;
    height:50px;
}

.logo-box img{
    width:50px !important;
}

.navbar-brand small{
    font-size:11px;
    display:block;
    line-height:1.1;
}

}
}


</style>
.contact-topbar{text-align:left}.phone-line,.email-line{display:inline-block}.phone-line{margin-right:12px}@media(max-width:768px){.phone-line,.email-line{display:block;margin-right:0}.email-line{margin-top:4px}}